home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / thrust_2.swf / scripts / DefineButton2_202 / BUTTONCONDACTION on(release, keyPress Space).as
Text File  |  2010-03-13  |  149b  |  7 lines

  1. on(release, keyPress "<Space>"){
  2.    _root.Level += 1;
  3.    _root.ship.won = false;
  4.    _root.ship.gotoAndStop(1);
  5.    _root.gotoAndStop("game");
  6. }
  7.